bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API#22252
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
See also my comments on the tracker.
|
Ok, I think I got all the comments. Thanks! |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Please add in the documentation something like:
.. versionchanged:: 3.10
This function is a part of the :ref:`limited API <stable>`.And add corresponding entry in What's New.
|
Done |
|
I can't see any What's New entry (I'm looking for |
|
Yes, there's a news entry. |
|
That's not the same as a What's New entry: https://docs.python.org/3/whatsnew/3.9.html#c-api-changes |
|
I didn't realize both were needed. I'll add a whatsnew entry now. |
|
Thanks! I fixed the merge conflict, and will merge once CI is done. |
|
Thanks much! |
https://bugs.python.org/issue41784